1bashThis demonstrates the use of an inline if-else statement to check if the current user is rehan and print yes or no accordingly.[[ $USER = 'rehan' ]] && echo 'yes' || echo 'no'bash internalflow controltests (conditions)inline if-else